Skip to content

chore(fortuna)-add-network-id-api #2904

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 28, 2025
Merged

Conversation

aditya520
Copy link
Member

Summary

Rationale

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

@aditya520 aditya520 requested a review from tejasbadadare as a code owner July 28, 2025 17:30
Copy link

vercel bot commented Jul 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api-reference ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 5:55pm
component-library ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 5:55pm
developer-hub ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 5:55pm
entropy-debugger ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 5:55pm
entropy-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 5:55pm
insights ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 5:55pm
proposals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 5:55pm
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 5:55pm

contract_addr: format!("0x{:x}", chain.contract_addr),
reveal_delay_blocks: chain.reveal_delay_blocks,
gas_limit: chain.gas_limit,
fee: chain.fee,
default_fee: chain.fee,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the default fee going to be used for? shouldn't we show up to date fees using getFeeV2()?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the default fee won't be used. I will use getFeeV2(). I realized it today after our discussion. But keeping it here won't be harmful.

@aditya520 aditya520 merged commit 0d3b5fb into main Jul 28, 2025
11 checks passed
@aditya520 aditya520 deleted the chore(fortuna)-config-api-update branch July 28, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants